@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url(menu.css);
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&family=Staatliches&display=swap');
@import url(style.css);
@import url(habilidades.css);
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
/* Principal */
body {
    background: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1{
    font-size: 70px;
    color: white;
    text-align: center;
}
p {
    font-weight: 700;
    font-family: "Sawarabi Gothic", sans-serif;
    color: white;
}

h2 {
    font-family: "staatliches", sans-serif;
    color: white;
}
a {
    color: white !important;
}
/*animaciones*/
.animate__lightSpeedInLeft{
  animation-delay: 1s;
  animation-duration: 2s;
}
.animate__zoomIn{
  animation-delay: 1s;
  animation-duration: 5s;
}
.animate__swing{
  animation-delay: 3s;
  animation-duration: 3s;
}
/* Galeria */
.galeria{
    font-family: 'open sans';
}

.galeria h2{
    text-align: center;
    font-weight: 300;
}

.contenedor-imagenes{
    display:flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
}

.contenedor-imagenes .imagen{
    width: 32%;
    position: relative;
    height:250px;
    margin-bottom:5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #820000 ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    color: #fff;
    font-weight: 300;
    font-size:30px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}
/* Responsive */
@media screen and (max-width:1000px){
    .contenedor-imagenes{
        width: 95%;
    }
}

@media screen and (max-width:700px){
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 48%;
    }
}

@media screen and (max-width:450px){
    h1{
        font-size:22px;
    }
    .contenedor-imagenes{
        width: 98%;
    }
    .contenedor-imagenes .imagen{
        width: 80%;
    }
}
    /*carrusel*/
.container_carru {
    background: #820000;
    position: relative;
  }
  .container_carru #actions #arrowrigth .arrowrigth {
    cursor: pointer;
    top: 50%;
    width: 5%;
    position: absolute;
    z-index: 201;
    right: 0;
    -webkit-transform: rotate(268deg);
    -moz-transform: rotate(268deg);
    -o-transform: rotate(268deg);
    transform: rotate(268deg);
  }
  .container_carru #actions #arrowleft .arrowleft {
    cursor: pointer;
    top: 50%;
    width: 5%;
    position: absolute;
    z-index: 201;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .container_carru #items {
    padding: 5%;
    cursor: move;
    z-index: 200;
    overflow: hidden;
    height: 750px;
    position: relative;
    /*lado izquierdo*/
  }
  /* Responsive exportado en codepen */
  @media only screen and (max-width: 2150px) {
    .container_carru #items {
      height: 630px;
    }
  }
  @media only screen and (max-width: 2000px) {
    .container_carru #items {
      height: 570px;
    }
  }
  @media only screen and (max-width: 1900px) {
    .container_carru #items {
      height: 540px;
    }
  }
  @media only screen and (max-width: 1780px) {
    .container_carru #items {
      height: 500px;
    }
  }
  @media only screen and (max-width: 1680px) {
    .container_carru #items {
      height: 470px;
    }
  }
  @media only screen and (max-width: 1565px) {
    .container_carru #items {
      height: 420px;
    }
  }
  @media only screen and (max-width: 1430px) {
    .container_carru #items {
      height: 390px;
    }
  }
  @media only screen and (max-width: 1330px) {
    .container_carru #items {
      height: 360px;
    }
  }
  @media only screen and (max-width: 1230px) {
    .container_carru #items {
      height: 330px;
    }
  }
  @media only screen and (max-width: 970px) {
    .container_carru #items {
      height: 310px;
    }
  }
  @media only screen and (max-width: 875px) {
    .container_carru #items {
      height: 270px;
    }
  }
  @media only screen and (max-width: 785px) {
    .container_carru #items {
      height: 240px;
    }
  }
  @media only screen and (max-width: 700px) {
    .container_carru #items {
      height: 235px;
    }
  }
  @media only screen and (max-width: 640px) {
    .container_carru #items {
      height: 150px;
    }
  }
  @media only screen and (max-width: 400px) {
    .container_carru #items {
      height: 125px;
    }
  }
  .container_carru #items #item {
    display: none;
    height: 80%;
    position: absolute;
  }
  .container_carru #items .img_left {
    display: block !important;
    left: 50%;
    opacity: .4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
  .container_carru #items .img_rigth {
    display: block !important;
    left: 50%;
    opacity: .4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
  .container_carru #items .img_center {
    display: block !important;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 90;
  }
  .container_carru #items .animaterigthR {
    -webkit-animation-name: rigthR;
    animation-name: rigthR;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  @keyframes rigthR {
    0% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      z-index: 90;
    }
    30% {
      opacity: 1;
      -webkit-transform: translateX(10%) scale(0.94);
      -moz-transform: translateX(10%) scale(0.94);
      -o-transform: translateX(10%) scale(0.94);
      transform: translateX(10%) scale(0.94);
      z-index: 50;
    }
    100% {
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
  }
  @-webkit-keyframes rigthR {
    0% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      z-index: 90;
    }
    30% {
      opacity: 1;
      -webkit-transform: translateX(10%) scale(0.94);
      -moz-transform: translateX(10%) scale(0.94);
      -o-transform: translateX(10%) scale(0.94);
      transform: translateX(10%) scale(0.94);
      z-index: 50;
    }
    100% {
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
  }
  .container_carru #items .animaterigthL {
    -webkit-animation-name: rigthL;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-name: rigthL;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @keyframes rigthL {
    0% {
      left: 50%;
      opacity: .1;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
    100% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
  }
  @-webkit-keyframes rigthL {
    0% {
      left: 50%;
      opacity: .1;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
    100% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
  }
  .container_carru #items .animaterigthC {
    -webkit-animation-name: rigthC;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-name: rigthC;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @keyframes rigthC {
    0% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
    20% {
      left: 50%;
      opacity: 1;
      z-index: 0;
      -webkit-transform: translateX(-110%) scale(0.94);
      -moz-transform: translateX(-110%) scale(0.94);
      -o-transform: translateX(-110%) scale(0.94);
      transform: translateX(-110%) scale(0.94);
      z-index: 50;
    }
    100% {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 90;
    }
  }
  @-webkit-keyframes rigthC {
    0% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
    20% {
      left: 50%;
      opacity: 1;
      z-index: 0;
      -webkit-transform: translateX(-110%) scale(0.94);
      -moz-transform: translateX(-110%) scale(0.94);
      -o-transform: translateX(-110%) scale(0.94);
      transform: translateX(-110%) scale(0.94);
      z-index: 50;
    }
    100% {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 90;
    }
  }
  .container_carru #items .animateleftL {
    -webkit-animation-name: leftL;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-name: leftL;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @keyframes leftL {
    0% {
      left: 50%;
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      z-index: 90;
    }
    30% {
      left: 50%;
      opacity: 1;
      z-index: 0;
      -webkit-transform: translateX(-110%) scale(0.94);
      -moz-transform: translateX(-110%) scale(0.94);
      -o-transform: translateX(-110%) scale(0.94);
      transform: translateX(-110%) scale(0.94);
      z-index: 50;
    }
    100% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
  }
  @-webkit-keyframes leftL {
    0% {
      left: 50%;
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      z-index: 90;
    }
    30% {
      left: 50%;
      opacity: 1;
      z-index: 0;
      -webkit-transform: translateX(-110%) scale(0.94);
      -moz-transform: translateX(-110%) scale(0.94);
      -o-transform: translateX(-110%) scale(0.94);
      transform: translateX(-110%) scale(0.94);
      z-index: 50;
    }
    100% {
      left: 50%;
      opacity: .4;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
  }
  .container_carru #items .animateleftR {
    -webkit-animation-name: leftR;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-name: leftR;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @keyframes leftR {
    0% {
      left: 50%;
      opacity: .1;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
    100% {
      left: 50%;
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
  }
  @-webkit-keyframes leftR {
    0% {
      left: 50%;
      opacity: .1;
      z-index: 0;
      -webkit-transform: translateX(-100%) scale(0.9);
      -moz-transform: translateX(-100%) scale(0.9);
      -o-transform: translateX(-100%) scale(0.9);
      transform: translateX(-100%) scale(0.9);
    }
    100% {
      left: 50%;
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
  }
  .container_carru #items .animateleftC {
    -webkit-animation-name: leftC;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-name: leftC;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @-webkit-keyframes leftC {
    0% {
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
    20% {
      opacity: 1;
      -webkit-transform: translateX(10%) scale(0.94);
      -moz-transform: translateX(10%) scale(0.94);
      -o-transform: translateX(10%) scale(0.94);
      transform: translateX(10%) scale(0.94);
      z-index: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 90;
    }
  }
  @keyframes leftC {
    0% {
      opacity: .4;
      -webkit-transform: translateX(0%) scale(0.9);
      -moz-transform: translateX(0%) scale(0.9);
      -o-transform: translateX(0%) scale(0.9);
      transform: translateX(0%) scale(0.9);
      z-index: 0;
    }
    20% {
      opacity: 1;
      -webkit-transform: translateX(10%) scale(0.94);
      -moz-transform: translateX(10%) scale(0.94);
      -o-transform: translateX(10%) scale(0.94);
      transform: translateX(10%) scale(0.94);
      z-index: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 90;
    }
  }